#モジュール利用例題 税込金額計算  2022/11/4 N.SUN
#coding:utf-8

import tax

tax.mytax()
print("\nご利用ありがとうございました。\n")             

実行結果